return ((SwingBeanInfo)this).createBeanDescriptor(classJComboBox, new Object[]{"preferred", Boolean.TRUE, "isContainer", Boolean.FALSE, "shortDescription", "<A description of this component>."});
public PropertyDescriptor[] getPropertyDescriptors() {
return new PropertyDescriptor[]{this.createPropertyDescriptor("itemCount", new Object[]{"shortDescription", "itemCount"}), this.createPropertyDescriptor("UIClassID", new Object[]{"shortDescription", "UIClassID"}), this.createPropertyDescriptor("accessibleContext", new Object[]{"shortDescription", "accessibleContext"}), this.createPropertyDescriptor("UI", new Object[]{"bound", Boolean.FALSE, "expert", Boolean.TRUE, "shortDescription", "The ComboBoxUI implementation that defines the combo box look and feel."}), this.createPropertyDescriptor("popupVisible", new Object[]{"shortDescription", "popupVisible"}), this.createPropertyDescriptor("keySelectionManager", new Object[]{"bound", Boolean.FALSE, "expert", Boolean.TRUE, "shortDescription", "The objects that changes the selection when a key is pressed."}), this.createPropertyDescriptor("editor", new Object[]{"bound", Boolean.FALSE, "expert", Boolean.TRUE, "shortDescription", "The editor that combo box uses to edit the current value"}), this.createPropertyDescriptor("maximumRowCount", new Object[]{"bound", Boolean.FALSE, "preferred", Boolean.TRUE, "shortDescription", "The maximum number of rows the popup should have"}), this.createPropertyDescriptor("selectedObjects", new Object[]{"shortDescription", "selectedObjects"}), this.createPropertyDescriptor("selectedItem", new Object[]{"bound", Boolean.FALSE, "preferred", Boolean.TRUE, "shortDescription", "Sets the selected item in the JComboBox."}), this.createPropertyDescriptor("focusTraversable", new Object[]{"shortDescription", "focusTraversable"}), this.createPropertyDescriptor("renderer", new Object[]{"bound", Boolean.FALSE, "expert", Boolean.TRUE, "shortDescription", "The renderer that paints the item selected in the list."}), this.createPropertyDescriptor("model", new Object[]{"bound", Boolean.TRUE, "shortDescription", "Model that the combo box uses to get data to display."}), this.createPropertyDescriptor("actionCommand", new Object[]{"shortDescription", "actionCommand"}), this.createPropertyDescriptor("editable", new Object[]{"bound", Boolean.FALSE, "preferred", Boolean.TRUE, "shortDescription", "If true, the user can type a new value in the combo box."}), this.createPropertyDescriptor("selectedIndex", new Object[]{"bound", Boolean.FALSE, "preferred", Boolean.TRUE, "shortDescription", "The item at index is selected."}), this.createPropertyDescriptor("lightWeightPopupEnabled", new Object[]{"bound", Boolean.FALSE, "expert", Boolean.TRUE, "shortDescription", "When set, disables using light weight popups."})};